home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #10 / Software USA Volume 4.10.iso / pc / lifestyl / politic / run / pc.exe / 0 / RCDATA / TPCFORM / TPCFORM.txt < prev   
Text File  |  1996-09-07  |  3KB  |  129 lines

  1. object PCForm: TPCForm
  2.   Left = 187
  3.   Top = 100
  4.   Width = 412
  5.   Height = 61
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   Caption = 'Politically Correct'
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Menu = mnuMain
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object StatusPanel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 404
  24.     Height = 17
  25.     Hint = 'Status Display'
  26.     Align = alBottom
  27.     Alignment = taLeftJustify
  28.     BevelOuter = bvLowered
  29.     BorderStyle = bsSingle
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     ParentShowHint = False
  36.     ShowHint = True
  37.     TabOrder = 0
  38.   end
  39.   object dlgInputFile: TOpenDialog
  40.     DefaultExt = 'TXT'
  41.     FileEditStyle = fsEdit
  42.     FileName = '*.txt'
  43.     Filter = 'Text Files (*.txt)|*.txt|Read me|*.me;*.1st'
  44.     InitialDir = 'C:\My Documents'
  45.     Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  46.     Title = 'Choose Document to PC'
  47.     Left = 264
  48.     Top = 65528
  49.   end
  50.   object mnuMain: TMainMenu
  51.     Left = 288
  52.     Top = 65528
  53.     object mnuFile: TMenuItem
  54.       Caption = '&Process'
  55.       ShortCut = 0
  56.       object mnuOpen: TMenuItem
  57.         Caption = '&Choose file to PC'
  58.         Default = True
  59.         ShortCut = 0
  60.         OnClick = mnuOpenClick
  61.       end
  62.       object N1: TMenuItem
  63.         Caption = '-'
  64.         ShortCut = 0
  65.       end
  66.       object mnuSelect: TMenuItem
  67.         Caption = '&Select Library'
  68.         ShortCut = 0
  69.         OnClick = mnuSelectClick
  70.       end
  71.       object mnuLockFile: TMenuItem
  72.         Caption = '&Lock Library File'
  73.         ShortCut = 0
  74.         OnClick = mnuLockFileClick
  75.       end
  76.       object N2: TMenuItem
  77.         Caption = '-'
  78.         ShortCut = 0
  79.       end
  80.       object mnuQuit: TMenuItem
  81.         Caption = '&Quit'
  82.         ShortCut = 0
  83.         Visible = False
  84.         OnClick = mnuQuitClick
  85.       end
  86.     end
  87.     object mConfigure: TMenuItem
  88.       Caption = '&Configure'
  89.       ShortCut = 0
  90.       OnClick = mConfigureClick
  91.     end
  92.     object mnuExit: TMenuItem
  93.       Caption = 'E&xit'
  94.       ShortCut = 0
  95.       OnClick = mnuExitClick
  96.     end
  97.     object mnuSpacer1: TMenuItem
  98.       Caption = '                                                                '
  99.       ShortCut = 0
  100.     end
  101.     object mnuAbout: TMenuItem
  102.       Caption = '&About'
  103.       ShortCut = 0
  104.       OnClick = mnuAboutClick
  105.     end
  106.   end
  107.   object dlgSaveFile: TSaveDialog
  108.     DefaultExt = 'PC'
  109.     FileEditStyle = fsComboBox
  110.     Filter = 'Politically CorrectED document|PC.*.*'
  111.     Options = [ofOverwritePrompt, ofHideReadOnly]
  112.     Title = 'Save PCed Document as...'
  113.     Left = 312
  114.     Top = 65528
  115.   end
  116.   object dlgINIFile: TOpenDialog
  117.     DefaultExt = 'LIB'
  118.     FileEditStyle = fsEdit
  119.     FileName = 'PC'
  120.     Filter = 
  121.       'PC Library File (*.lib)|*.lib|All files (*.*)|*.*|Configuration ' +
  122.       'Files|*.cfg'
  123.     Options = [ofPathMustExist, ofCreatePrompt, ofNoNetworkButton]
  124.     Title = 'Select Library File'
  125.     Left = 232
  126.     Top = 65528
  127.   end
  128. end
  129.